home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11363 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.crystalball.com!news
  2. From: Larry Weiss <lfw@oc.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Why doesn't this compile?
  5. Date: Fri, 22 Mar 1996 16:38:31 -0600
  6. Organization: crystalball.com
  7. Message-ID: <31532BE7.A23@oc.com>
  8. References: <4igck9$idj@masala.cc.uh.edu> <fcusack-1803960606510001@mudskipper.cac.psu.edu> <827450596snz@genesis.demon.co.uk>
  9. NNTP-Posting-Host: external2.oc.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Lawrence Kirby wrote:
  16.  > 
  17.  > In article <fcusack-1803960606510001@mudskipper.cac.psu.edu>
  18.  >            fcusack@tdx.org "frank." writes:
  19.  > >> Here's the function header line:
  20.  > >>         char evalchar(cnum)
  21.  > >>         int cnum;
  22.  > >>
  23.  > >Are they actually teaching you this? This is not ANSI C, and you should
  24.  > >complain vehemently.
  25.  > 
  26.  > Actually it is perfectly legal ANSI C, it just isn't a prototype (and
  27.  > should be discouraged).
  28.  > 
  29.  
  30. Yep, officially obsolescent (Clause 6.9.5).
  31. His statement might be true in ten years or so.  8-)
  32.